From 863f1210026f400727191c3b244ce9f79ab1a901 Mon Sep 17 00:00:00 2001 From: Brian Fox Date: Sun, 19 Sep 1993 00:17:52 +0000 Subject: [PATCH] Fixed naked backquotes in "echo" strings --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 4016fe88ea4..e4d10124d42 100755 --- a/make-dist +++ b/make-dist @@ -99,7 +99,7 @@ rm -f /tmp/el /tmp/elc ### Make sure configure is newer than configure.in. if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then - echo "`./configure.in' seems to be newer than `./configure.'" >&2 + echo "\`./configure.in' seems to be newer than \`./configure.'" >&2 echo "Attempting to run autoconf." >&2 autoconf fi -- 2.30.2